home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tttsrc / aboutttt.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-05-08  |  4.1 KB  |  120 lines

  1. VERSION 2.00
  2. Begin Form AboutTTT 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Tic Tac Toe"
  5.    ClientHeight    =   4665
  6.    ClientLeft      =   225
  7.    ClientTop       =   1560
  8.    ClientWidth     =   7170
  9.    Height          =   5070
  10.    Left            =   165
  11.    LinkTopic       =   "Form3"
  12.    MaxButton       =   0   'False
  13.    ScaleHeight     =   4665
  14.    ScaleWidth      =   7170
  15.    Top             =   1215
  16.    Width           =   7290
  17.    Begin CommandButton Command1 
  18.       Caption         =   "I Agree"
  19.       Height          =   495
  20.       Left            =   5880
  21.       TabIndex        =   6
  22.       Top             =   3960
  23.       Width           =   1095
  24.    End
  25.    Begin Label Label7 
  26.       BackColor       =   &H00000000&
  27.       Caption         =   "Version 1.0"
  28.       ForeColor       =   &H00C000C0&
  29.       Height          =   255
  30.       Left            =   3840
  31.       TabIndex        =   7
  32.       Top             =   720
  33.       Width           =   1095
  34.    End
  35.    Begin Label Label5 
  36.       BackColor       =   &H00000000&
  37.       Caption         =   "A Special Thanks goes to Mark Gamber, PCA Mark, who came up with the idea of playing games during a chat using CRoom."
  38.       ForeColor       =   &H00FFFF00&
  39.       Height          =   495
  40.       Left            =   840
  41.       TabIndex        =   4
  42.       Top             =   2400
  43.       Width           =   5535
  44.    End
  45.    Begin Label Label4 
  46.       Alignment       =   2  'Center
  47.       BackColor       =   &H00000000&
  48.       Caption         =   "America Online is in no way associated with Tic Tac Toe for CRoom or with CRoom. America Online, Virtual Systems, and Tartan Software accept no responsibility in any way for the use or mis-use of this software."
  49.       ForeColor       =   &H000000FF&
  50.       Height          =   615
  51.       Left            =   120
  52.       TabIndex        =   3
  53.       Top             =   3120
  54.       Width           =   6975
  55.    End
  56.    Begin Label Label3 
  57.       BackColor       =   &H00000000&
  58.       Caption         =   "Tic Tac Toe for CRoom is Copyright
  59.  1994, Virtual Systems. CRoom is Copyright
  60.  1994, Tartan Software.                  Contact Virtual Systems on America Online at VirtualSys."
  61.       ForeColor       =   &H000000FF&
  62.       Height          =   615
  63.       Left            =   120
  64.       TabIndex        =   2
  65.       Top             =   3960
  66.       Width           =   5295
  67.    End
  68.    Begin Label Label2 
  69.       Alignment       =   2  'Center
  70.       BackColor       =   &H00000000&
  71.       Caption         =   "Tic Tac Toe for CRoom is Copyright, however it is released free of charge for others to enjoy and as a building block for other programmers to expand on. See the Readme file for additional detials."
  72.       ForeColor       =   &H00FFFFFF&
  73.       Height          =   855
  74.       Left            =   2280
  75.       TabIndex        =   1
  76.       Top             =   1080
  77.       Width           =   4575
  78.    End
  79.    Begin Label Label1 
  80.       BackColor       =   &H00000000&
  81.       Caption         =   "TIC TAC TOE for CRoom and AOL"
  82.       FontBold        =   -1  'True
  83.       FontItalic      =   0   'False
  84.       FontName        =   "MS Sans Serif"
  85.       FontSize        =   13.5
  86.       FontStrikethru  =   0   'False
  87.       FontUnderline   =   0   'False
  88.       ForeColor       =   &H0000FF00&
  89.       Height          =   495
  90.       Left            =   2040
  91.       TabIndex        =   0
  92.       Top             =   240
  93.       Width           =   4935
  94.    End
  95.    Begin Image Image1 
  96.       Height          =   1920
  97.       Left            =   0
  98.       Picture         =   ABOUTTTT.FRX:0000
  99.       Top             =   0
  100.       Width           =   1920
  101.    End
  102.    Begin Label Label6 
  103.       BackColor       =   &H00000000&
  104.       Caption         =   "Label6"
  105.       ForeColor       =   &H00000000&
  106.       Height          =   4695
  107.       Left            =   0
  108.       TabIndex        =   5
  109.       Top             =   0
  110.       Width           =   7215
  111.    End
  112. Sub Command1_Click ()
  113.     AboutTTT.Hide
  114.     Form2.Show
  115. End Sub
  116. Sub Image1_Click ()
  117.        msg1 = "Did you really think something special would happen? :) "
  118.        MsgBox msg1
  119. End Sub
  120.